Name Tar Union box
ShortName a_unionbox
TopTexture boxTop
SideTexture a_unionbox
BottomTexture boxBottom
GunBoxID 29152
Recipe I iron B a_coins R dyePowder.1
III
RBR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun a_mrifle 7 a_cash
AddAmmo a_mrifleclip 10 a_coins
AddGun a_pshotgun 7 a_cash
AddAmmo a_shotgunammo 4 a_coins
AddGun a_smg3 7 a_cash
AddAmmo a_smgmag3 8 a_coins
AddGun a_hrifle 12 a_cash
AddAmmo a_hrifleclip 8 a_coins
AddGun a_shrevolver 11 a_cash
AddAmmo a_hrifleclip 8 a_coins